var math/big.leafSize

7 uses

	math/big (current package)
		natconv.go#L374: 		for len(q) > leafSize {
		natconv.go#L440: var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
		natconv.go#L461: 	if leafSize == 0 || m <= leafSize {
		natconv.go#L467: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L487: 					table[0].bbb = nat(nil).expWW(bb, Word(leafSize))
		natconv.go#L488: 					table[0].ndigits = ndigits * leafSize